Parameters
- exception
- An Exception object to attach to this log message.
- category
- The application subsystem or logging category that the log message is associated with, which supports a dot-delimited hierarchy (e.g. the logger name in log4net).
- caption
- A simple single-line message caption. (Will not be processed for formatting.)
- description
- Additional multi-line descriptive message (or may be null) which can be a format string followed by corresponding arguments.
- args
- A variable number of arguments referenced by the formatted description string (or no arguments to skip formatting).